From afa9339e7106432af6622824d9c8c0a67bbf543c Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 13 Feb 2014 03:54:27 -0500 Subject: [PATCH] volume-button: use symbolic icons by default --- gtk/gtkvolumebutton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkvolumebutton.c b/gtk/gtkvolumebutton.c index dccda955a4..4f2d613140 100644 --- a/gtk/gtkvolumebutton.c +++ b/gtk/gtkvolumebutton.c @@ -155,8 +155,8 @@ gtk_volume_button_class_init (GtkVolumeButtonClass *klass) g_param_spec_boolean ("use-symbolic", P_("Use symbolic icons"), P_("Whether to use symbolic icons"), - FALSE, - G_PARAM_READWRITE)); + TRUE, + G_PARAM_READWRITE|G_PARAM_CONSTRUCT)); /* Bind class to template */ -- 2.30.2